PointIterator Object

The PointIterator object is used to retrieve point tags from a VHS. Iteration can move forward or backward through the list depending on how the object was initialized. Points are retrieved in the reverse order of when they were added to the VHS for logging. The order can be viewed in the VHS pane of CygNet Explorer.

Declare the object using the following code:

CreateObject("CxVhsLib.PointIterator")


More: